func net/http.htmlEscape

2 uses

	net/http (current package)
		server.go#L2194: 		body := "<a href=\"" + htmlEscape(url) + "\">" + statusText[code] + "</a>.\n"
		server.go#L2209: func htmlEscape(s string) string {